home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 141
/
(Vol 141) Oct 17 2011.iso
/
Games
/
Clueless.swf
/
scripts
/
org
/
flintparticles
/
renderers
/
Renderer.as
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2011-10-17
|
337 b
|
16 lines
package org.flintparticles.renderers
{
import org.flintparticles.particles.Particle;
public interface Renderer
{
function renderParticles(param1:Array) : void;
function removeParticle(param1:Particle) : void;
function addParticle(param1:Particle) : void;
}
}